﻿@charset "utf-8";
#wrapper{
  min-width:1200px;
  max-width:1920px;
  margin:auto;
  position: relative;
}
#header,#among,#footer,.width{
  max-width:1200px;
  margin:auto;
}
.among{
  background:#f2f2f2;
}
.header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0,0,0,.53);
}
#header .logo{
  float:left;
  background: #000;
  min-width:20px;
}
#header .logo a{
  display:block;
}
#header .logo a img{
  margin-left:0;
}
#header .menu{
  float:left;
  margin:26px 30px 0 0;
}
#header .menu > a{
  display:block;
  font-size:14px;
  white-space:nowrap;
  line-height: 38px;
  padding: 0 13px;
  color: #FFF;
}
#header .menu:hover > a{
  border-bottom: 2px solid white;
}
#header .ttt{
  float: left;
}
#header .ttt a{
  display: block;
  font-size: 16px;
  color: #787878;
  padding: 0 19px;
  line-height: 92px;
  border-left: 1px solid #262626;
  border-right: 1px solid #262626;
}
#header .ttt a:hover{
  color: #FFF;
}
#header form{
  display: block;
  float: right;
  height: 31px;
  width: 31px;
  margin: 30px 0 0 22px;
  position: relative;
}
#header form input{
  position: absolute;
  top: 0;
  height: 31px;
  border: 0;
  display: block;
}
#header form input[type='text']{
  padding: 0;
  width: 0;
  right:18px;
  background:#bfbfbf;
  line-height: 31px;
  border-radius: 15px 0 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s;
}
#header form input[type='submit']{
  width: 31px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  right: 0;
  z-index: 1;
  background: url(../images/s.png) center center no-repeat;
}
#header form:hover input[type='text']{
  width: 160px;
  padding:0 0 0 18px;
}
.footer{
  background:#101010;
}
#footer *{
  color:#c3c3c3;
  line-height:24px;
}
#footer a:hover{
  color:#eb6e13;
}
#footer .contact{
  border-bottom: 1px solid #373737;
}
#footer .contact li{
  background: 0 center no-repeat;
  padding-left: 57px;
  margin:43px 0 18px 24px;
}
#footer .contact li.tel{
  width: 400px;
  background-image: url(../images/tel.png);
}
#footer .contact li.fax{
  background-image: url(../images/fax.png);
}
#footer .contact li.add{
  background-image: url(../images/add.png);
}
#footer .contact li span{
  display: block;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 1.6;
}
#footer .contact li font{
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: #FFF;
}
#footer .logo{
  float: left;
  min-width: 20px;
  margin-top: 50px;
}
#footer .type_w{
  float:left;
  width:210px;
  margin:23px 0 23px 20px;
}
#footer .type_w:first-child{
  margin-left: 0;
}
#footer .type_w > li > a{
  display: inline-block;
  vertical-align: top;
}
#footer .type_w > li:first-child > a{
  font-size: 14px;
  line-height: 2;
  color: #FFF;
  margin-bottom: 6px;
}
#footer .type_w > li:first-child > a:hover{
  color: #eb6e13;
}
#footer .copyright{
  text-align: center;
  margin: 10px 0;
}
/* Banner图片样式开始 ============================================== */
#banner{
  display:block;
  width:100%;
  overflow:hidden;
  background:center top no-repeat;
}
#banner img{
  display:block;
  margin: 0 auto;
  filter:alpha(opacity=0);
  opacity:0;
}
#mainBox{
  overflow:hidden;
  position:relative;
  width:100%;
}
#mainBox .banner{
  position:absolute;
  left:0;
  top:0;
}
#mainBox .banner,
#mainBox .banner .list{
  width:100%;
  height:100%;
}
#mainBox .banner .list li,
#mainBox .banner .list li a{
  width:100%;
  height:100%;
}
#mainBox .banner .list li a{
  display:block;
}
#mainBox .banner .list li{
  display:none;
  position:absolute;
  left:0;
  top:0;
  background:center top no-repeat;
}
#mainBox .banner .list li:first-child{
  display:block;
}
#mainBox .btn{
  bottom:0;
  left:0;
  width:100%;
  height:18px;
  font-size:0;
  z-index:5;
  letter-spacing:-1px;
  position:absolute;
  text-align:center;
}
#mainBox .btn li{
  letter-spacing:0;
  display:inline-block;
  vertical-align:top;
  overflow:hidden;
  text-indent:-1000px;
  cursor:pointer;
  margin:0 7px;
  width:65px;
  height:5px;
  background:#FFF;
  opacity: .8;
}
#mainBox .btn li.hover{
  background:#eb6e13;
}
#mainBox .img{
  width:100%;
  overflow:hidden;
}
#mainBox .img img{
  filter:alpha(opacity=0);
  opacity:0;
  margin: 0 auto;
}
/* Banner图片样式结束 ============================================== */
#news-pro-tn{
  text-align:center;
  margin:0 0 5px;
  font-size:16px;
}
#detailed .bigimg{
  float: left;
  width: 435px;
  border: 1px solid #9f9f9f;
}
#detailed .bigimg img{
  width:100%;
}
#detailed .fl-right{
  width: 460px;
}
#detailed .fl-right > span{
  display: block;
  font-size: 20px;
  line-height: 1.8;
}

#detailed .type{
  border-bottom: 1px solid #e4e4e4;
  margin-top: 26px;
}
#detailed .type li{
  display: inline-block;
  vertical-align: top;
  background: #7e7e7e;
  color: #FFF;
  padding: 0 30px;
  position: relative;
  line-height: 50px;
  font-size: 20px;
}
#detailed .type li:after{
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 50px;
  top: 0;
  right:-18px;
  background: url(../images/bg.png);
}
#detailed .cont{
  margin-top: 26px;
}
#aside{
  float:left;
  width:230px;
  margin:66px 0;
}
#aside h2{
  font-weight:normal;
  display: table-cell;
  vertical-align: middle;
  width: 230px;
  height: 70px;
  background: #e3e3e3;
  border-radius: 0 15px 0 0;
}
#aside h2 > span{
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  color: #1d1d1d;
  margin: 0 8px 0 30px;
}
#aside h2 > dd{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
#aside h2 > dd span{
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #1d1d1d;
}
#aside h2 > dd font{
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #1d1d1d;
}
#aside .list li{
  margin-top: 3px;
}
#aside .list li a{
  line-height:18px;
  display:block;
  font-size: 12px;
  background: #cdcdcd url(../images/arrow.png) 184px 11px no-repeat;
  padding: 10px 60px 10px 30px;
}
#aside .list li.hover a,
#aside .list li:hover a{
  color: #FFF;
  background-color: #444;
  background-image: url(../images/arrow1.png);
}
#right{
  float:right;
  margin:66px 0;
  width:918px;
}
#location{
  position: relative;
  text-align: right;
  border-bottom: 1px solid #d4d4d4;
}
#location span:after{
  content:" >> ";
  font-family:"宋体";
}
#location,#location *{
  font-size: 12px;
  line-height:36px;
}
#location b{
  display: block;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 0;
  font-weight: normal;
}
.pro #location,
.pro #location *{
  color: #d4d4d4;
}
.pro #location a:hover{
  color: #eb6e13;
}
.content{
  margin:25px auto 0 auto;
  min-height:450px;
}
.content > p:first-child{
  margin-top:0;
}
.content > p:last-child{
  margin-bottom:0;
}
#listPro a{
  float:left;
  display: block;
  width:438px;
  height: 188px;
  overflow: hidden;
  background: #cdcdcd;
  margin:16px 0 0 3.5%;
}
#listPro a:nth-child(-n+2){
  margin-top:0;
}
#listPro a:nth-child(2n+1){
  clear:both;
  margin-left:0;
}
#listPro a img{
  float: left;
  display: block;
  width: 230px;
  height: 186px;
  border: 1px solid #cdcdcd;
}
#listPro a li{
  float: left;
  width: 170px;
  margin:35px 0 0 20px;
}
#listPro a li span{
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
#listPro a li p{
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 20px;
  height: 60px;
}
#listPro a:hover{
  background: #636363;
}
#listPro a:hover img{
  border-color: #636363;
}
#listPro a:hover *{
  color: #FFF;
}
.home > li{
  margin: 150px 0;
}
.home ul{
  text-align: center;
  font-size: 0;
  letter-spacing: -1px;
}
.home ul li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}
.home ul li:nth-child(1){
  margin-right: 41px;
}
.home ul li:nth-child(2){
  margin-left: 41px;
}
.home ul li > img{
  margin-bottom: 13px;
}
.home1{
  margin: 52px 0 20px;
}
.home1 a{
  display: block;
  position: relative;
}
.home1 a img{
  width: 100%;
  height: 100%;
}
.home1 .fl-left a{
  width: 462px;
  height: 488px;
}
.home1 .fl-right a{
  width: 705px;
  height: 232px;
}
.home1 .fl-right a:first-child{
  margin-bottom: 24px;
}
.home1 a li{
  position: absolute;
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
  background:0 0 no-repeat;
}
.home1 a li span{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 24px;
  font-family: '幼圆';
  color: #FFF;
  line-height: 54px;
}
.home1 a li font{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
  font-family: '幼圆';
  color: #FFF;
  line-height: 54px;
}
.home1 .fl-left a li{
  left: 0;
  top: 0;
  width: 250px;
  padding-right: 16px;
  background-image: url(../images/bg1.png);
}
.home1 .fl-right a:first-child li{
  left: 0;
  bottom: 0;
  width: 250px;
  padding-right: 16px;
  background-image: url(../images/bg2.png);
}
.home1 .fl-right a:first-child+a li{
  right: 0;
  bottom: 0;
  width: 251px;
  padding-left: 16px;
  background-image: url(../images/bg3.png);
}
.home1 a p{
  margin:15px 20px;
  color: #FFF;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  width: calc(100% - 40px);
}
.home1 .fl-left a p{
  left: 0;
  bottom: 0;
}
.home1 .fl-right a:first-child p{
  right: 0;
  top: 0;
  text-align: right;
}
.home1 .fl-right a:first-child+a p{
  left: 0;
  top: 0;
}
.type-name{
  margin-top: 65px;
}
.type-name li{
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.4;
}
#slides{
	width:100%;
	position:relative;
  margin:90px 0;
}
#slides > div,
#slides > div > div > div{
	width:1200px;
	height:815px;
	overflow:hidden;
	margin:auto;
}
#slides > a{
	position:absolute;
	display:block;
	cursor:pointer;
	z-index:9;
	top:-65px;
	width:44px;
	height:44px;
	-webkit-user-select:none;
	user-select:none;
}
#slides .prev{
	left:45%;
  background:url(../images/left-1.png);
}
#slides .next{
	right:45%;
  background:url(../images/right-1.png);
}
#slides .pagination{
	display:none;
}
#slides .clearfix a{
	float:left;
	width:352px;
	margin:40px 0 0 64px;
}
#slides .clearfix a:nth-child(-n+3){
  margin-top: 9px;
}
#slides .clearfix a:nth-child(3n+1){
	margin-left:9px;
  clear: both;
}
#slides .clearfix a img{
	width:100%;
	height:321px;
}
#slides .clearfix a:hover img{
	-webkit-box-shadow:0 0 9px #444;
  box-shadow:0 0 9px #444;
}
#slides .clearfix a span{
  text-align: center;
  line-height: 62px;
  font-size: 18px;
}
.about{
  background: url(../images/bg4.jpg) center top no-repeat;
  height: 611px;
}
.about .fl-right{
  width: 500px;
  margin:292px 46px 0 0;
}
.about .fl-right .nr{
  height: 192px;
  overflow: hidden;
}
.about .fl-right .nr,
.about .fl-right .nr *{
  font-size: 14px;
  line-height: 24px;
}
.about .fl-right > a{
  display: block;
  float: right;
  width: 112px;
  text-align: center;
  line-height: 38px;
  background: #383838;
  color: #FFF;
  margin-top: 15px;
}
.about .fl-right > a:hover{
  background: #eb6e13;
}
.list_news ul{
  float: left;
  width: 304px;
  height: 259px;
  margin: 20px 0 0;
  border: 1px solid transparent;
}
.list_news ul:nth-child(-n+3){
  margin-top: 0;
}
.list_news ul:hover{
  border-color: #e5e5e5;
}
.list_news ul:first-child{
	margin-top:0;
}
.list_news ul dd{
  width: 161px;
  height: 88px;
  border: 2px solid #b5b5b5;
  margin: 26px auto 0;
  position: relative;
}
.list_news ul dd b{
	display:block;
	text-align:center;
	font-size:48px;
	line-height:50px;
	margin-top:13px;
  font-weight: normal;
  font-family: Century Gothic;
}
.list_news ul dd span{
	display:block;
	text-align:center;
	font-size:45px;
	line-height:50px;
  font-weight: bold;
  font-family: Century Gothic;
}
.list_news ul li{
  margin: 0 20px;
}
.list_news ul li a{
	font-size:14px;
  margin:24px 0 6px;
  text-align: center;
}
.list_news ul li p{
  margin: 0;
	color:#131313;
	height:66px;
	font-size:13px;
	line-height:22px;
}
#index .list_news{
  margin: 15px 0px 85px;
}
#index .list_news ul{
  width: 341px;
  margin-left: 85px;
}
#index .list_news ul:first-child{
  margin-left: 0;
}